home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / FAVORG / FAVO_SRC.ZIP / LegendDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-25  |  1.4 KB  |  56 lines

  1. // FAVORG Version 1.1
  2. // Copyright (c) 2000 Ziff Davis Media, Inc.
  3. // All rights reserved.
  4. // First Published in PC Magazine, US Edition, November 7, 2000.
  5. // Programmer: Patrick Philippot
  6.  
  7. #if !defined(AFX_LEGENDDLG_H__02255BD6_5FB1_11D4_9079_00A0249EABF4__INCLUDED_)
  8. #define AFX_LEGENDDLG_H__02255BD6_5FB1_11D4_9079_00A0249EABF4__INCLUDED_
  9.  
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. // LegendDlg.h : header file
  14. //
  15.  
  16. #include "resource.h"
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CLegendDlg dialog
  20.  
  21. class CLegendDlg : public CDialog
  22. {
  23. // Construction
  24. public:
  25.     CLegendDlg(CWnd* pParent = NULL);   // standard constructor
  26.  
  27. // Dialog Data
  28.     //{{AFX_DATA(CLegendDlg)
  29.     enum { IDD = IDD_LEGEND };
  30.         // NOTE: the ClassWizard will add data members here
  31.     //}}AFX_DATA
  32.  
  33.  
  34. // Overrides
  35.     // ClassWizard generated virtual function overrides
  36.     //{{AFX_VIRTUAL(CLegendDlg)
  37.     protected:
  38.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. protected:
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(CLegendDlg)
  46.     afx_msg void OnClose();
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49.  
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_LEGENDDLG_H__02255BD6_5FB1_11D4_9079_00A0249EABF4__INCLUDED_)
  56.